Home / comp / gb / float[] / extract 
Float[].Extract (gb)
Syntax
FUNCTION Extract ( Start AS Integer [ , Length AS Integer ] ) AS Float[]
Removes one or more elements from the array, and return them.

If Length is negative, then all elements from the specified Index are removed.